home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / utility / nmail28u / _SETUP.1 / NETMAIL.EXE / 0 / RCDATA / TMIMEEDITOR / TMIMEEDITOR.txt
Text File  |  1999-09-10  |  4KB  |  185 lines

  1. object MimeEditor: TMimeEditor
  2.   Left = 27
  3.   Top = 33
  4.   BorderStyle = bsDialog
  5.   Caption = 'Mime Types'
  6.   ClientHeight = 344
  7.   ClientWidth = 541
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel3: TPanel
  18.     Left = 0
  19.     Top = 226
  20.     Width = 541
  21.     Height = 118
  22.     Align = alBottom
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 99
  26.       Top = 25
  27.       Width = 69
  28.       Height = 13
  29.       Caption = 'Description:'
  30.     end
  31.     object Label3: TLabel
  32.       Left = 63
  33.       Top = 44
  34.       Width = 105
  35.       Height = 13
  36.       Caption = 'Default Extension:'
  37.     end
  38.     object Label2: TLabel
  39.       Left = 99
  40.       Top = 6
  41.       Width = 69
  42.       Height = 13
  43.       Caption = 'MIME Type:'
  44.     end
  45.     object Label4: TLabel
  46.       Left = 58
  47.       Top = 64
  48.       Width = 110
  49.       Height = 13
  50.       Caption = 'Viewer Application:'
  51.     end
  52.     object MIMEType: TLabel
  53.       Left = 172
  54.       Top = 6
  55.       Width = 205
  56.       Height = 13
  57.       AutoSize = False
  58.       Color = 14606046
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clBlack
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = []
  64.       ParentColor = False
  65.       ParentFont = False
  66.     end
  67.     object Description: TLabel
  68.       Left = 172
  69.       Top = 25
  70.       Width = 289
  71.       Height = 13
  72.       AutoSize = False
  73.       Color = 14606046
  74.       Font.Charset = DEFAULT_CHARSET
  75.       Font.Color = clBlack
  76.       Font.Height = -11
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = []
  79.       ParentColor = False
  80.       ParentFont = False
  81.     end
  82.     object Extension: TLabel
  83.       Left = 172
  84.       Top = 44
  85.       Width = 69
  86.       Height = 13
  87.       AutoSize = False
  88.       Color = 14606046
  89.       Font.Charset = DEFAULT_CHARSET
  90.       Font.Color = clBlack
  91.       Font.Height = -11
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = []
  94.       ParentColor = False
  95.       ParentFont = False
  96.     end
  97.     object Application: TLabel
  98.       Left = 172
  99.       Top = 64
  100.       Width = 213
  101.       Height = 13
  102.       AutoSize = False
  103.       Color = 14606046
  104.       Font.Charset = DEFAULT_CHARSET
  105.       Font.Color = clBlack
  106.       Font.Height = -11
  107.       Font.Name = 'MS Sans Serif'
  108.       Font.Style = []
  109.       ParentColor = False
  110.       ParentFont = False
  111.     end
  112.     object BrowseBtn: TButton
  113.       Left = 394
  114.       Top = 58
  115.       Width = 89
  116.       Height = 25
  117.       Caption = 'Browse'
  118.       TabOrder = 0
  119.       OnClick = BrowseBtnClick
  120.     end
  121.     object NewBtn: TButton
  122.       Left = 103
  123.       Top = 90
  124.       Width = 89
  125.       Height = 23
  126.       Caption = 'New'
  127.       TabOrder = 1
  128.       OnClick = NewBtnClick
  129.     end
  130.     object EditBtn: TButton
  131.       Left = 200
  132.       Top = 90
  133.       Width = 89
  134.       Height = 23
  135.       Caption = 'Edit'
  136.       TabOrder = 2
  137.       OnClick = EditBtnClick
  138.     end
  139.     object DeleteBtn: TButton
  140.       Left = 296
  141.       Top = 90
  142.       Width = 89
  143.       Height = 23
  144.       Caption = 'Delete'
  145.       TabOrder = 3
  146.       OnClick = DeleteBtnClick
  147.     end
  148.     object Button5: TButton
  149.       Left = 393
  150.       Top = 90
  151.       Width = 89
  152.       Height = 23
  153.       Caption = 'Close'
  154.       TabOrder = 4
  155.       OnClick = Button5Click
  156.     end
  157.   end
  158.   object ListBox: TListBox
  159.     Left = 0
  160.     Top = 21
  161.     Width = 541
  162.     Height = 205
  163.     Align = alClient
  164.     ItemHeight = 16
  165.     Sorted = True
  166.     Style = lbOwnerDrawFixed
  167.     TabOrder = 1
  168.     OnClick = ListBoxClick
  169.     OnDrawItem = ListBoxDrawItem
  170.   end
  171.   object Header: THeader
  172.     Left = 0
  173.     Top = 0
  174.     Width = 541
  175.     Height = 21
  176.     Align = alTop
  177.     AllowResize = False
  178.     Sections.Sections = (
  179.       #0'73'#0'MIME Type'
  180.       #0'64'#0'Extension'
  181.       #0'72'#0'Application')
  182.     TabOrder = 2
  183.   end
  184. end
  185.